"Windows Vista dark theme" shadcn/ui theme

futuristic
high-contrast
bold-colors
dark-theme
immersive
innovative
visual-impact
modern
tech-inspired

Shadcn/ui Theme Css Variables

name: Neo-Vista Glowkeyword: Windows Vista dark theme views: 8

:root {
  --background: 240 10% 3.9%;
  --foreground: 0 0% 98%;
  --card: 240 10% 10%;
  --card-foreground: 0 0% 98%;
  --popover: 240 10% 15%;
  --popover-foreground: 0 0% 98%;
  --primary: 210 80% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 240 15% 20%;
  --secondary-foreground: 0 0% 98%;
  --muted: 240 15% 25%;
  --muted-foreground: 0 0% 70%;
  --accent: 300 50% 50%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 10% 20%;
  --input: 240 10% 25%;
  --ring: 210 80% 50%;
  --radius: 0.75rem;
  --chart-1: 210 80% 50%;
  --chart-2: 300 50% 50%;
  --chart-3: 0 70% 50%;
  --chart-4: 120 50% 50%;
  --chart-5: 60 50% 50%;
}